:root {
  --urlGirls_L: url("f1girls/current/l.jpg");
  --urlGirls_S: url("f1girls/current/s.jpg");
}


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	background: #f2f2f2;
}

section{
	padding-top: 15px;
}

a {
	text-decoration: none;
	outline: none;
	color: #2287d4;
}

a:hover {
	text-decoration: underline;
}

a.disabled {
	pointer-events: none;
	color: #525151;
}

pre {
	text-align: justify;
	display: table;
	border-collapse: separate;
	white-space: pre-line;
	/* white-space: pre-wrap; */ /* Since CSS 2.1 */
	/*white-space: -moz-pre-line; /* Mozilla, since 1999 */
	/*white-space: -pre-line; /* Opera 4-6 */
	/*white-space: -o-pre-line; /* Opera 7 */
	word-break: keep-all;
}

hr {
	border: 0.01em ridge gray;
	margin: 30px 30px 0;
}

p {
	text-align: justify;
}

img{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 3px;
}

li, ol, ul {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
}
dl{
	font-size: 10px;
	color: #525151;
}

dt{
	font-weight: 600;
	padding-top: 4px;
}

dd{

}

.tabulator-header .fa{
	font-size: 14px !important;
}

.podium {
	display: grid;
	grid-template-columns: auto auto;
	padding: 20px;
}

.podium-item{
	color: green;
	font-size: 24px;
}

.f1-color-red{
	color: #e10600;
}

.f1-color-black{
	color: black !important;
}

.f1-color-gray5{
  color: #67676d;
}

.f1-bg-white{
	background-color: #fff;
}

.f1-bg-gray2{
  background-color: #ededed;
}

.f1-place{
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .5px;
}

.f1-wide{
	font-size: 24px;
	line-height: 24px;
	letter-spacing: .5px;
	font-weight: 600;
}

.f1-uppercase{
	text-transform: uppercase;
}

.f1-description{
	font-family: 'Oxanium', cursive;
}

.f1-scale{
	-webkit-transform:scale(2,1); /* Safari and Chrome */
	-moz-transform:scale(2,1); /* Firefox */
	-ms-transform:scale(2,1); /* IE 9 */
	-o-transform:scale(2,1); /* Opera */
	transform:scale(2,1); /* W3C */
	transform-origin: left;
}

.f1-event-month{
	font-family: 'Oxanium', cursive;
	color: white;
	background-color: black;
	border-radius: 3px;
	font-size: 15px;
	padding: 2px;
}

.f1-label {
  border-radius: 15px;
  line-height: 1;
  display: table;
  padding: 2px 10px;
  width: auto;
}

.no-margin{
	margin: 0;
}

.d-block{
	/*box-sizing: block !important;*/
	display: block !important;
}

/* * ============================== */
/* * ===== NOTIFICATION BANN ====== */
/* * ============================== */

.banner-container {
  width: 100%;
  overflow: hidden; /* Hides the overflowing text outside the banner area */
  white-space: nowrap; /* Keeps all text on a single line */
  box-sizing: border-box;
  background-color: lightgray; /* Example background color */
  padding: 10px 0;
}

.scrolling-text-content {
  display: inline-block;
  padding-left: 100%; /* Starts the text fully off-screen to the right */
  animation: scroll 15s linear infinite; /* Animation name, duration, timing, loop count */
  font-size: 18px;
}

.text-wrap{
	padding-left: 10px;
}

@keyframes scroll {
  0% {
    transform: translateX(0); /* Start position (fully off right) */
  }
  100% {
    transform: translateX(-100%); /* End position (fully off left) */
  }
}



/* * ============================== */
/* * ============ HEADER ========== */
/* * ============================== */

.navbar {
	background: #ffcd48;
	position: -webkit-sticky;
	position: sticky;
	z-index: 10;
	top: 0;
}

.navbar a {
	color: #fff;
	display: inline-block;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	text-align: center;
	color: #000;
	transition: 0.3s ease-out all;
}

.navbar a:hover {
	background: #1d2f3d;
	color: #fff;
	text-decoration: none;
}

.contenedor {
	/*max-width: 1000px;*/
	width: 90%;
	margin: auto;
	display: flex;
	/*justify-content: space-between;*/
}

/* * ============================== */
/* * ===== CONTENEDOR IMAGEN ====== */
/* * ============================== */

.contenedor-logo {
	background-image: var(--urlGirls_L);
	width: auto;
	height: 255px;
	background-repeat: no-repeat;
	background-size: cover;
}

.contenedor-logo img {
	width: 300px;
	height: auto;
	display: block;
	padding-top: 150px;
}

/* * ============================== */
/* * ======== FLIP CLOCK  ========= */
/* * ============================== */

.timerFixed {
	font-family: "Roboto", sans-serif;
	width: 530px;
	height: 145px;
	padding: 10px;
	zoom: 65%;
	position: absolute;
	top: 90px;
	z-index: 0;
	/*background-color: #ffcd48;*/
	background-color: rgb(255,205,72, 0.8)
}

/* * ============================== */
/* * ============ MAIN ============ */
/* * ============================== */

main {
	min-height: 100vh;
}
main .contenido {
	max-width: 70%;
	position: relative;
	right: 0;
	left: 0;
	margin-top: 20px;
	/*margin-bottom: 40px;*/
}

/*main .contenido p {
	margin-bottom: 20px;
	line-height: 30px;
	color: #525151;
}*/

.parrafo{
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 30px;
	color: #525151;

}
.table-heading{
	display: flex;
}

main .contenido .titulo {
	font-family: "Montserrat", sans-serif;
	font-weight: normal;
	/*padding-top: 40px;*/
	/*margin-top: 20px;*/
}

main .contenido .fecha {
	font-size: 14px;
	color: #b5b5b5;
}

/*main .contenido img {
	width: 400px;
	border-radius: 8px;
}*/

main .contenido.mantenimiento{
	margin: auto;
	padding-top: 20px;
}

.helpPredict:hover {
	background-color: #2287d4;
}

/* TracUP Dtails */

.event-trackUp{
	/*max-width: 80%;*/
	/*display: flex;*/
	/*justify-content: center;*/

}

.event-trackUp-align{
	/*align-self: center;*/
}

fieldset {
	border: 0;
	padding: 0;
}

.event-item, .schedule-item{
	border-top: solid 2px #000;
	border-bottom: solid 2px #000;
	border-right: solid 2px #000;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-top: 0;
	padding-right: 10px;
	margin-top: 40px;
}

.event-item:hover, .schedule-item:hover{
	padding-top: 10px;
	margin-top: 30px;
	border-color: #e10600;
	transition: .1s all ease;
}

.event-item .card-title {
	font-family: 'Titillium Web';
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	padding-right: 10px;
}

.event-container{
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}

.row{
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}

.race-card{
	padding: 0;
	flex: 0 0 100%;
	max-width: 100%;
}

.event-info{
	padding-bottom: 15px;
	border-bottom: 1px solid #949498;
	margin-bottom: 15px;
}

.event-time{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

.country-flag{
	width: 48px;
	border: 1px solid #949498;
	border-radius: 6px;
	overflow: hidden;
}

.event-details{
	/*font-size: 20px;*/
}

.event-description{
	padding-bottom: 10px;
	border-bottom: 1px solid #949498;
	margin-bottom: 10px;
	min-height: 70px;
}

.event-description .event-place{
	font-size: 18px;
	line-height: 20px;
}

.event-circuit{
 font-size: 12px;
}

.event-specs{
	border-top: 1px solid #949498;
	border-bottom: 1px solid #949498;
}

.circuit-specs{
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-row-gap: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  
}

.specs-gauge{
	text-align: center;
	font-size: 10px;
	height: 60px;
}

.circuit-specs canvas{
	height: 60px;
	width: 120px;
}

.event-tyres{
	margin: 10px;
}

.event-tyres img{
	border-radius: 8px;
}

.event-pilots{
	border-top: 1px solid #949498;
	/*border-bottom: 1px solid #949498;*/
}

.race-card .event-image{
	text-align: center;
	background-image: url(../images/patterns/plus.png);
	background-size: 12px;
	background-repeat: repeat;
	background-size: 3px;

	padding: 10px;
	border-bottom: 1px solid #949498;
	margin-bottom: 10px;
}

/* ********** Schedule  ****** */


.schedule-title{
	font-family: 'Titillium Web';
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	padding-right: 10px;
}

.schedule-select-list{
	list-style: none;
	padding: 0;
	margin-bottom: 10px;
}

.schedule-select-list li{
	font-family: "Titillium Web";
	font-size: 11px;
	line-height: 14px;
	letter-spacing: .5px;
	font-weight: 700;
	display: inline-block;
	margin-right: 10px;
	margin-top: 6px;

}

.schedule-select-list a{
	display: inline-block;
	margin-bottom: 5px;
	color: #000 !important;
	text-decoration: none;
}

.schedule-select-list a.active{
	border-bottom: 2px solid #e10600;
	background: none;
}

.my-time{

}

.switch-time{

}

.track-time{

}

.schedule-timetable{
	margin-bottom: 10px;
}

.schedule-container{
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.schedule-row{
	align-items: center;
	backface-visibility: hidden;
	border-radius: 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 2px;
	overflow: hidden;
	padding: 15px 0;
}

.schedule-timetable-date{
	margin: 0;
	text-align: center;
	width: 65px;
}

.schedule-timetable-day{
	font-family: Oxanium;
	font-size: 20px;
	line-height: 24px;
	display: block;
}

.schedule-timetable-month{
	font-family: Oxanium;
	font-size: 14px;
	line-height: 15px;
	letter-spacing: .5px;
	font-weight: 400;
	margin: 0 auto;
}

.schedule-timetable-details{
	margin: 0;
	border-left: dotted 2px #d0d0d2;
	padding-left: 10px;
	/*width: calc(100% - 65px);*/
	display: grid;
	grid-template-columns: 128px 20px;
	grid-auto-rows: 20px;
	grid-column-gap: 5px;
	align-items: center;
}

.schedule-timetable-results-tyre img{
	width: 15px;
	margin-left: 5px;
}

.grid-item-1 {
	display: flex;
}

.grid-item-2{
	grid-row: span 2;
	font-size: 10px;
	font-weight: bold;
}

.grid-item-3{

}

.results-podium{
	display: flex;
	justify-content: flex-start;
}

.results-podium div{
	margin-right: 8px;
}

.schedule-timetable-text {
	/*font-family: Oxanium;*/
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
  font-weight: 600;
}

.schedule-timetable-time{
  font-family: "Titillium Web";
  font-size: 13px;
  line-height: 15px;
  letter-spacing: .5px;
  font-weight: 400;
  font-weight: 700;
  margin: 0;
  width: 145px;
}

.schedule-status{
	
}

.popup-card{
	text-align: center;
}

.popup-name{
	display: flex;
	justify-content: space-between;
}

.popup-flag{
	width: 32px;
	border: 1px solid #949498;
	border-radius: 6px;
	overflow: hidden;
}



/* * ============================== */
/* * ========== WEATHER =========== */
/* * ============================== */

.weather{
	font-family: "Rimouski";
    display: grid;
    grid-template-columns: auto auto auto auto;
    justify-items: center;
    margin: 0 auto;
    background-color: #1d2f3d;
    padding: 10px 5px;
}

.day{
	background-color: #c3e6f2;
}

.night{
	background-color: #1d2f3d;
}

.app-title{
    /*width: 300px;*/
    /*height: 38px;*/
    /*border-radius: 10px 10px 0 0;*/
}

.app-title p{
    text-align: center;
    /*padding: 8px;*/
    /*margin: 0 auto;*/
    font-family: "Titillium Web";
    font-size: 0.8em;
    color: #293251;
    /*height: 10px;*/
    font-weight: 600;
}
.extraData{
	/*border-top: 1px solid #949498;*/
	padding-top: 2px;
	display: grid;
	grid-template: 22px / 22px auto;
	grid-gap: 2px;
	padding-bottom: 2px;
	font-size: 0.5em;
	font-family: "Titillium Web";
	font-weight: 600;
	align-items: center;
}


.extraData img{
	height: 20px;
	width: 20px;
}

.extraData div p{
	text-align: right;
	padding-right: 4px;
	/*font-size: 11px;*/
	margin: auto 0;
}

.humidity-icon{

}

.humidity-value{

}

.wind-icon img{
	height: 14px;
	width: 14px;
	margin-left: 3px;
	-webkit-transition: -webkit-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    transition: transform .8s ease-in-out; 
}

.wind-value{

}

.gust-icon img{
	height: 16px;
	width: 16px;
	margin-left: 3px;
}

.gust-value{

}

/*.notification{
    background-color: #f8d7da;
    display: none;
}*/

/*.notification p{
    color: #721c24;
    font-size: 1.2em;
    margin: 0;
    text-align: center;
    padding: 10px 0;
}*/

.weather-card{
	width: 75px;
    /*width: 300px;*/
    /*height: 260px;*/
    /*background-color: #F4F9FF;*/
    /*background-color: #ffcd48;*/
    /*background-color: #f6ffe3;*/
    /*background-color: #969696;*/
    background-color: #cdc7c7;
}

.weather-icon{
    /*width: 50px;*/
    margin-left: auto;
    margin-right: auto;
    /*height: 128px;*/
}

.weather-icon img{
    display: block;
    margin: 0 auto;
}

.temperature-value, .forecastTemperature-value{
    /*width: 300px;*/
    /*height:60px;*/
}

.temperature-value p, .forecastTemperature-value p{
    padding: 0;
    margin: 0;
    color: #293251;
    font-size: 1.5em;
    text-align: center;
    cursor: pointer;
}

.temperature-value p:hover, .forecastTemperature-value p:hover{
    
}

.temperature-value span, .forecastTemperature-value span{
    color: #293251;
    font-size: 0.5em;
}

.temperature-description{
    height: 30px;
}

.temperature-description p{
    padding: 5px;
    margin: 0;
    color: #293251;
    text-align: center;
    font-size: 0.5em;
}

.location{
    
}

.location p{
    margin: 0;
    padding: 0;
    color: #293251;
    text-align: center;
    font-size: 0.8em;
}






/* * ============================== */
/* * ============ ASIDE =========== */
/* * ============================== */

aside {
	min-width: 30%;
	width: auto;
	margin: 40px 20px 40px 0px;
	height: 100%;
	max-height: fit-content;
	background: #1d2f3d;
	padding: 20px;
	border-radius: 3px;
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
	z-index: 1;
}

aside .titulo {
	font-family: "Montserrat", sans-serif;
	font-weight: normal;
	/*font-size: 24px;*/
	margin-top: 5px;
	margin-bottom: 5px;
	/*color: #f2f2f2;*/
	color: rgb(62, 189, 161);
}

aside .indice a {
	display: block;
	/*margin-bottom: 10px;*/
	padding: 8px;
	color: #ffcd48;
}

.active {
	background: #2d4d66;
	color: #fff !important;
}

.finished {
	/*font-style: italic; */
	color: #fff !important;
}

ol {
	list-style-type: none;
}

aside .indice a:hover {
	background: #2d4d66;
	color: #fff;
}

/* * ============================== */
/* * ========= TABULATOR ========== */
/* * ============================== */

.pilotCell{
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.itemPilotCell{

}

.tabulator-header .fa {
  font-size: 11px !important;
}

#tbPilots .tabulator-col-title,
#recibidos .tabulator-col-title,
#inscritos .tabulator-col-title,
#participantes .tabulator-col-title,
#pronosticos1 .tabulator-col-title,
#pronosticos2 .tabulator-col-title,
#pronosticos3 .tabulator-col-title,
#pronosticos4 .tabulator-col-title,
#pronosticos5 .tabulator-col-title,
#pronosticos6 .tabulator-col-title,
#pronosticos7 .tabulator-col-title,
#pronosticos8 .tabulator-col-title,
#pronosticos9 .tabulator-col-title,
#pronosticos10 .tabulator-col-title,
#pronosticos11 .tabulator-col-title,
#pronosticos12 .tabulator-col-title,
#pronosticos13 .tabulator-col-title,
#pronosticos14 .tabulator-col-title,
#pronosticos15 .tabulator-col-title,
#pronosticos16 .tabulator-col-title,
#pronosticos17 .tabulator-col-title,
#pronosticos18 .tabulator-col-title,
#pronosticos19 .tabulator-col-title,
#pronosticos20 .tabulator-col-title,
#pronosticos21 .tabulator-col-title,
#pronosticos22 .tabulator-col-title,
#pronosticos23 .tabulator-col-title,
#pronosticos24 .tabulator-col-title,
#ganadores1 .tabulator-col-title,
#ganadores2 .tabulator-col-title,
#ganadores3 .tabulator-col-title,
#ganadores4 .tabulator-col-title,
#ganadores5 .tabulator-col-title,
#ganadores6 .tabulator-col-title,
#ganadores7 .tabulator-col-title,
#ganadores8 .tabulator-col-title,
#ganadores9 .tabulator-col-title,
#ganadores10 .tabulator-col-title,
#ganadores11 .tabulator-col-title,
#ganadores12 .tabulator-col-title,
#ganadores13 .tabulator-col-title,
#ganadores14 .tabulator-col-title,
#ganadores15 .tabulator-col-title,
#ganadores16 .tabulator-col-title,
#ganadores17 .tabulator-col-title,
#ganadores18 .tabulator-col-title,
#ganadores19 .tabulator-col-title,
#ganadores20 .tabulator-col-title,
#ganadores21 .tabulator-col-title,
#ganadores22 .tabulator-col-title,
#ganadores23 .tabulator-col-title,
#ganadores24 .tabulator-col-title,
#tbPronosticos .tabulator-col-title,
#ganadores .tabulator-col-title,
#posiciones .tabulator-col-title {
	font-size: 12px;
	font-weight: normal;
	color: #f2f2f2;
}

#tbPilots .tabulator-col,
#recibidos .tabulator-col,
#inscritos .tabulator-col,
#participantes .tabulator-col,
#pronosticos1 .tabulator-col,
#pronosticos2 .tabulator-col,
#pronosticos3 .tabulator-col,
#pronosticos4 .tabulator-col,
#pronosticos5 .tabulator-col,
#pronosticos6 .tabulator-col,
#pronosticos7 .tabulator-col,
#pronosticos8 .tabulator-col,
#pronosticos9 .tabulator-col,
#pronosticos10 .tabulator-col,
#pronosticos11 .tabulator-col,
#pronosticos12 .tabulator-col,
#pronosticos13 .tabulator-col,
#pronosticos14 .tabulator-col,
#pronosticos15 .tabulator-col,
#pronosticos16 .tabulator-col,
#pronosticos17 .tabulator-col,
#pronosticos18 .tabulator-col,
#pronosticos19 .tabulator-col,
#pronosticos20 .tabulator-col,
#pronosticos21 .tabulator-col,
#pronosticos22 .tabulator-col,
#pronosticos23 .tabulator-col,
#pronosticos24 .tabulator-col,
#ganadores1 .tabulator-col,
#ganadores2 .tabulator-col,
#ganadores3 .tabulator-col,
#ganadores4 .tabulator-col,
#ganadores5 .tabulator-col,
#ganadores6 .tabulator-col,
#ganadores7 .tabulator-col,
#ganadores8 .tabulator-col,
#ganadores9 .tabulator-col,
#ganadores10 .tabulator-col,
#ganadores11 .tabulator-col,
#ganadores12 .tabulator-col,
#ganadores13 .tabulator-col,
#ganadores14 .tabulator-col,
#ganadores15 .tabulator-col,
#ganadores16 .tabulator-col,
#ganadores17 .tabulator-col,
#ganadores18 .tabulator-col,
#ganadores19 .tabulator-col,
#ganadores20 .tabulator-col,
#ganadores21 .tabulator-col,
#ganadores22 .tabulator-col,
#ganadores23 .tabulator-col,
#ganadores24 .tabulator-col,
#tbPronosticos .tabulator-col,
#ganadores .tabulator-col,
#posiciones .tabulator-col {
	background-color: #1d2f3d;
}

#tbPilots .tabulator-cell,
#recibidos .tabulator-cell,
#inscritos .tabulator-cell,
#participantes .tabulator-cell,
#pronosticos1 .tabulator-cell,
#pronosticos2 .tabulator-cell,
#pronosticos3 .tabulator-cell,
#pronosticos4 .tabulator-cell,
#pronosticos5 .tabulator-cell,
#pronosticos6 .tabulator-cell,
#pronosticos7 .tabulator-cell,
#pronosticos8 .tabulator-cell,
#pronosticos9 .tabulator-cell,
#pronosticos10 .tabulator-cell,
#pronosticos11 .tabulator-cell,
#pronosticos12 .tabulator-cell,
#pronosticos13 .tabulator-cell,
#pronosticos14 .tabulator-cell,
#pronosticos15 .tabulator-cell,
#pronosticos16 .tabulator-cell,
#pronosticos17 .tabulator-cell,
#pronosticos18 .tabulator-cell,
#pronosticos19 .tabulator-cell,
#pronosticos20 .tabulator-cell,
#pronosticos21 .tabulator-cell,
#pronosticos22 .tabulator-cell,
#pronosticos23 .tabulator-cell,
#pronosticos24 .tabulator-cell,
#ganadores1 .tabulator-cell,
#ganadores2 .tabulator-cell,
#ganadores3 .tabulator-cell,
#ganadores4 .tabulator-cell,
#ganadores5 .tabulator-cell,
#ganadores6 .tabulator-cell,
#ganadores7 .tabulator-cell,
#ganadores8 .tabulator-cell,
#ganadores9 .tabulator-cell,
#ganadores10 .tabulator-cell,
#ganadores11 .tabulator-cell,
#ganadores12 .tabulator-cell,
#ganadores13 .tabulator-cell,
#ganadores14 .tabulator-cell,
#ganadores15 .tabulator-cell,
#ganadores16 .tabulator-cell,
#ganadores17 .tabulator-cell,
#ganadores18 .tabulator-cell,
#ganadores19 .tabulator-cell,
#ganadores20 .tabulator-cell,
#ganadores21 .tabulator-cell,
#ganadores22 .tabulator-cell,
#ganadores23 .tabulator-cell,
#ganadores24 .tabulator-cell,
#tbPronosticos .tabulator-cell,
#ganadores .tabulator-cell,
#posiciones .tabulator-cell {
	font-size: 12px;
	font-weight: normal;
}

#tbPilots .tabulator-frozen,
#recibidos .tabulator-frozen,
#inscritos .tabulator-frozen,
#participantes .tabulator-frozen,
#pronosticos1 .tabulator-frozen,
#pronosticos2 .tabulator-frozen,
#pronosticos3 .tabulator-frozen,
#pronosticos4 .tabulator-frozen,
#pronosticos5 .tabulator-frozen,
#pronosticos6 .tabulator-frozen,
#pronosticos7 .tabulator-frozen,
#pronosticos8 .tabulator-frozen,
#pronosticos9 .tabulator-frozen,
#pronosticos10 .tabulator-frozen,
#pronosticos11 .tabulator-frozen,
#pronosticos12 .tabulator-frozen,
#pronosticos13 .tabulator-frozen,
#pronosticos14 .tabulator-frozen,
#pronosticos15 .tabulator-frozen,
#pronosticos16 .tabulator-frozen,
#pronosticos17 .tabulator-frozen,
#pronosticos18 .tabulator-frozen,
#pronosticos19 .tabulator-frozen,
#pronosticos20 .tabulator-frozen,
#pronosticos21 .tabulator-frozen,
#pronosticos22 .tabulator-frozen,
#pronosticos23 .tabulator-frozen,
#pronosticos24 .tabulator-frozen,
#tbPronosticos .tabulator-frozen {
	font-size: 12px;
	font-weight: normal;
	background-color: #1d2f3d;
	color: #f2f2f2;
}

#posiciones .tabulator-frozen {
	font-size: 12px;
	font-weight: normal;
	background-color: #1d2f3d;
	color: #f2f2f2;
}

.tabla-align-center{
	display: flex;
	justify-content: center;
}

.tabla{
	margin-bottom: 50px;
	align-self: center;
}



#tbPronosticos
	.tabulator
	.tabulator-header
	.tabulator-col
	.tabulator-col-content
	.tabulator-col-title {
	white-space: pre;
	text-overflow: clip;
}

.table-controls input,
.table-controls select,
.table-controls button,
.table-controls > span {
	margin: 5px 0 10px 1px;
}


#participantes{
	max-width: 600px;
	width: auto;
}

#tbPilots{
	max-width: 598px;
	margin: 10px auto 20px auto;
}

/*#posiciones{
 max-width: 300px;
}*/

#ganadores{
	max-width: 300px;
}

.tabulator-edit-select-list-item {
	font-size: 10px;
}

.tabulator .tabulator-row .tabulator-cell[tabulator-field="ro"]{
    background-color: #DE6F10 !important;
    font-weight: bold !important;
}

.roColumn {
	font-size: 11px !important;
	font-style: italic;
	font-weight: normal !important;
}

button {
	cursor: pointer;
	padding: 5px 10px;
	border: 1px solid #0e1922;
	background: #1d2f3d;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#375368),
		to(#1d2f3d)
	);
	background: linear-gradient(to bottom, #375368 0%, #1d2f3d 100%);
	color: #fff;
	font-weight: bold;
	transition-duration: 0.4s;
}

.footerButton{
	margin-top: 5px;
	margin-bottom: 5px;
}

button:hover {
	background: #071724;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#071724),
		to(#071724)
	);
	background: linear-gradient(to bottom, #071724 0%, #071724 100%);
}

.botonTipo {
	border: none;
	outline: none;
	color: white;
	cursor: pointer;
	padding: 10px;
	border-radius: 4px;
}

.agregarPronostico {
	/*display: none;*/
	position: fixed;
	/*top: 10px;*/
	top: 110px;
	right: 5px;
	z-index: 98;
	/*color: rgb(30, 252, 1);*/
	/*font-size: 12px;*/
	/*border: none;
	outline: none;
	color: white;
	cursor: pointer;
	padding: 10px;
	border-radius: 4px;*/
}

.agregarPronostico i{
	padding-right: 10px;
}

/*#recibidos{*/
	/*max-height: 100%;*/
	/*position: -webkit-sticky;*/
	/*position: sticky;*/
	/*top: 0;*/
}

.refreshPage {
	position: fixed;
	top: 50px;
	right: 5px;
	z-index: 98;
}

#myBtn {
	/*display: none;*/
	position: fixed;
	bottom: 60px;
	right: 10px;
	z-index: 99;
	font-size: 14px;
	border: none;
	outline: none;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
}

#myBtn:hover {
	background-color: #555;
}

.linkRecibidos {
	display: none;
}

.tableRecibidos {
	display: inline;
}

iframe {
	width: 100%;
	height: 450px;
}

.chartStyle {
	width: 100%;
	height: 450px;
}


/* * ============================== */
/* * ========== PULSE  ============ */
/* * ============================== */

.blob {
	background: red;
	border-radius: 50%;
	margin: 8px;
	height: 8px;
	width: 8px;

	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	transform: scale(1);
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

/* * ============================== */
/* * ========== FOOTER ============ */
/* * ============================== */

footer .navbar {
	position: sticky;
	bottom: 0;
}

/* * ============================== */
/* * ====== MEDIA QUERIES ========= */
/* * ============================== */

@media screen and (max-width: 750px) {

	@media (orientation: portrait) {
		.contenedor-logo {
			height: 20vh;
			background-image: var(--urlGirls_S);
			background-repeat: no-repeat;
			background-size: cover;
		}

		.contenedor-logo img {
			width: 150px;
			height: auto;
			display: block;
			padding-top: 100px; /* Logo Altura */
		}

		main .contenedor {
			flex-direction: column;
		}

		aside {
			position: static;
			margin: 40px 0 0 0;
		}

		main .contenido {
			max-width: 100%;
			position: relative;
			right: 0;
			left: 0;
		}

		/*main .contenido img {
			width: 100%;
		}*/

		main .contenido .post {
			width: 100%;
		}

		.podium {
			display: grid;
			grid-template-columns: auto auto;
			padding: 20px;
		}

		.podium-item{
			color: green;
			font-size: 24px;
		}

		.agregarPronostico {
			position: fixed;
			top: 100px;
		}
		
		#inscritos{
			max-width: 380px;
		}

		.timerFixed {
			width: 21em;
			height: 110px;
		}

		.linkRecibidos {
			display: block;
		}

		.chart {
			display: none;
		}

		.circuit-specs canvas{
			height: 40px;
			width: 80px;
		}

		#tbPilots{
			max-width: 330px;
		}
	}


	@media (orientation: landscape) {


		/*.navbar .contenedor {
			flex-wrap: wrap;
			margin: 0;
			width: auto;
		}

		.navbar a {
			width: auto;
			flex: 1;
		}

		.contenedor-logo {
			height: 40vh;
		}

		.contenedor-logo img {
			width: 150px;
			height: auto;
			display: block;
			padding-top: 65px;
		}

		main .contenido {
			max-width: 100%;
			width: 80%;
			position: relative;
			right: 0;
			left: 0;
		}

		main .contenido img {
			width: 100%;
		}

		main .contenido .post {
			width: auto;
		}

		.timerFixed {
			width: 325px;
			height: 125px;
			padding: 10px;
			zoom: 40%;
			position: absolute;
			top: 0px;
			z-index: 99;
			background-color: #ffcd48;
		}*/

		html{
			-webkit-text-size-adjust: none;
		}

		.contenedor-logo {
			height: 40vh;
		}

		.contenedor-logo img {
			width: 150px;
			height: auto;
			display: block;
			padding-top: 65px; /* Logo Altura */
		}

		main .contenedor {
			flex-direction: column;
		}

		aside {
			position: static;
			margin: 40px 0 0 0;
		}

		main .contenido {
			max-width: 100%;
			position: relative;
			right: 0;
			left: 0;
		}

		/*main .contenido img {
			width: 100%;
		}*/

		main .contenido .post {
			width: 100%;
		}

		#recibidos .tabulator-cell,{
			font-size: 9px;
			font-weight: normal;
		}

		/*.timerFixed {
			width: 20.7em;
		}*/

		.linkRecibidos {
			display: none;
		}

		.tableRecibidos {
			display: block;
		}
	}
}
